b49782
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2018 the original author or authors.
+ * Copyright 2006-2019 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -358,7 +358,7 @@
InitializingBean {
 				try {
 					listener.afterJob(execution);
 				} catch (Exception e) {
-					logger.error("Exception encountered in afterStep callback", e);
+					logger.error("Exception encountered in afterJob callback", e);
 				}
 
 				jobRepository.update(execution);
